home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / pgpwin11 / pgpcomp.bat < prev    next >
DOS Batch File  |  1993-07-21  |  175b  |  9 lines

  1. @echo off
  2. pgp -%1 plaintmp.$$$ %2 %3 %4 %5 %6 %7 %8 %9
  3. if errorlevel 1 goto bad
  4. ren plaintmp.asc enc$tmp.$$$
  5. goto done
  6. :bad
  7. echo PGP failed, Sorry > enc$tmp.$$$
  8. :done
  9.